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 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 10111213
14151617181920
21222324252627
282930    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Sep. 11th, 2025 09:22 am
Powered by Dreamwidth Studios