new stuff

Aug. 14th, 2012 12:01 pm
juan_gandhi: (Default)
[personal profile] juan_gandhi
function New(name) { return java.lang.Class.forName(name).newInstance() }

function newList() { return New("java.util.LinkedList") }

Date: 2012-08-23 08:08 pm (UTC)
From: [identity profile] ivan-gandhi.livejournal.com
Щас, $F где-то в открытом доступе есть? Могу и написать, конечно...

Date: 2012-08-23 09:03 pm (UTC)
From: [identity profile] alamar.livejournal.com
Там используются наши обёртки, но грубо говоря:
$F = function(obj, fieldName) {
var f = obj.getClass().getDeclaredField(fieldName);
f.setAccessible(true);
return f.get(obj);
}

Date: 2012-08-23 09:38 pm (UTC)
From: [identity profile] ivan-gandhi.livejournal.com
А, спасибо.

Profile

juan_gandhi: (Default)
Juan-Carlos Gandhi

September 2025

S M T W T F S
 1 2345 6
78 9 10 111213
14 151617 181920
212223 24252627
282930    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Sep. 27th, 2025 05:53 am
Powered by Dreamwidth Studios