Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Call-an-object-method/J/call-an-object-method-1.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-1.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
methodName_className_ parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-2.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-2.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
objectReference=:'' conew 'className'
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-3.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-3.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
methodName__objectReference parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-4.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-4.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
parameters methodName_className_ parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-5.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-5.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
parameters methodName__objectReference parameters
|
||||
2
Task/Call-an-object-method/J/call-an-object-method-6.j
Normal file
2
Task/Call-an-object-method/J/call-an-object-method-6.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
classReference=: <'className'
|
||||
methodName__classReference parameters
|
||||
1
Task/Call-an-object-method/J/call-an-object-method-7.j
Normal file
1
Task/Call-an-object-method/J/call-an-object-method-7.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
methodName_123_ parameters
|
||||
Loading…
Add table
Add a link
Reference in a new issue