Skip to content

Instantly share code, notes, and snippets.

@joshcough
Created October 17, 2012 00:50
Show Gist options
  • Save joshcough/3903116 to your computer and use it in GitHub Desktop.
Save joshcough/3903116 to your computer and use it in GitHub Desktop.
val constructorCall1 = "((new jcdc.pluginfactory.Point 5 6))"
val constructorCall2 = "((new jcdc.pluginfactory.Point 5 6 unit))"
val instanceCall0 = "((.toString (new jcdc.pluginfactory.Point 5 6)))"
val instanceCall1 = """((.invoke1 (new jcdc.pluginfactory.Point 5 6) 0))"""
val instanceCall2 = """((.invoke2 (new jcdc.pluginfactory.Point 5 6) 0))"""
val instanceCall3 = """((.invoke3 (new jcdc.pluginfactory.Point 5 6) 0 0))"""
val staticCall1 = """((java.lang.String/valueOf 5))"""
val staticField1 = """(java.lang.Math/PI)"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment