Skip to content

Instantly share code, notes, and snippets.

@yenerm
Created April 17, 2020 19:37
Show Gist options
  • Save yenerm/096b5fc0b2a0520cd7ef38b4f5f21dfc to your computer and use it in GitHub Desktop.
Save yenerm/096b5fc0b2a0520cd7ef38b4f5f21dfc to your computer and use it in GitHub Desktop.
anonymous object decompiled to java
<!-- Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
<undefinedtype> tempValues = new Object() {
private int value = 2;
private int anotherValue = 3;
private int someOtherValue = 4;
// getters and setters for x, y, z
//...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment