INNER CODE UNIT · Java

touch

xxf098/shadowsocksr-v2ray-trojan-android · src/main/java/go/Universe.java:8

    public static void touch() {
    }

    private static native void _init();

    static {
        Seq.touch();
        _init();
    }

    private static final class proxyerror extends Exception implements Seq.Proxy, error
    {
        private final int refnum;

        @Override
        public final int incRefnum() {
            Seq.incGoRef(this.refnum, this);
            return this.refnum;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…