Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. package <empty> {
  2. abstract class A extends java.lang.Object with ScalaObject { def parseCharRef(ch: Function0, nextch: Function0, reportSyntaxError: Function1): java.lang.String = {
  3. while$1(){
  4. if (ch.apply$mcC$sp().!=(\';\'))
  5. {
  6. {
  7. { <synthetic> val temp1: Char = ch.apply$mcC$sp();
  8. (temp1.toInt(): Int) match {
  9. case 97 => { {
  10. body%01(){
  11. reportSyntaxError.apply("plop"); ()
  12. }
  13. }; scala.runtime.BoxedUnit.UNIT
  14. }
  15. case 98 => {
  16. {
  17. body%01()
  18. }; scala.runtime.BoxedUnit.UNIT
  19. }
  20. case _ => { reportSyntaxError.apply("plip")
  21. }
  22. } };
  23. nextch.apply$mcV$sp()
  24. }; while$1()
  25. }
  26. else ()
  27. };
  28. "plop"
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement