Fix class reading of deficient constant types

char, byte, and short are encoded as ints in bytecode, so stringifying
bytecode constant chars didn't work.

Also fix a latent bug with unary operator evaluation.

MOE_MIGRATED_REVID=138215540
5 files changed
tree: 4d14430cd74c08068d6f224dc3976fcf08068e13
  1. java/
  2. javatests/
  3. proto/
  4. .gitignore
  5. LICENSE
  6. pom.xml
  7. README.md
  8. turbine.iml
README.md

Turbine

Turbine is a header compiler for Java.