Created
October 17, 2012 00:50
-
-
Save joshcough/3903116 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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