From 06713336cdfd09db3eba26eda2c04db05bcd71e4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Sep 2017 19:19:22 -0400 Subject: - Re-named "jvm-import" to "import". --- new-luxc/source/luxc/host.jvm.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'new-luxc/source/luxc/host.jvm.lux') diff --git a/new-luxc/source/luxc/host.jvm.lux b/new-luxc/source/luxc/host.jvm.lux index 00957f3d4..e22ab4fd1 100644 --- a/new-luxc/source/luxc/host.jvm.lux +++ b/new-luxc/source/luxc/host.jvm.lux @@ -8,28 +8,28 @@ (coll ["d" dict] [array #+ Array])) [macro #+ Monad] - [host #+ jvm-import do-to object] + [host #+ do-to object] [io]) (luxc ["&" base] (generator ["&&;" common]) )) -(jvm-import java.lang.reflect.AccessibleObject +(host;import java.lang.reflect.AccessibleObject (setAccessible [boolean] void)) -(jvm-import java.lang.reflect.Method +(host;import java.lang.reflect.Method (invoke [Object (Array Object)] #try Object)) -(jvm-import (java.lang.Class a) +(host;import (java.lang.Class a) (getDeclaredMethod [String (Array (Class Object))] #try Method)) -(jvm-import java.lang.Object +(host;import java.lang.Object (getClass [] (Class Object))) -(jvm-import java.lang.Integer +(host;import java.lang.Integer (#static TYPE (Class Integer))) -(jvm-import java.lang.ClassLoader) +(host;import java.lang.ClassLoader) (def: ClassLoader::defineClass Method -- cgit v1.2.3