Examples of LexoticInstance


Examples of org.perl6.nqp.sixmodel.reprs.LexoticInstance

        }
    }

    /* Lexotic. */
    public static SixModelObject lexotic(long target) {
        LexoticInstance res = new LexoticInstance();
        res.target = target;
        return res;
    }
View Full Code Here

Examples of org.perl6.nqp.sixmodel.reprs.LexoticInstance

        LexoticInstance res = new LexoticInstance();
        res.target = target;
        return res;
    }
    public static SixModelObject lexotic_tc(long target, ThreadContext tc) {
        LexoticInstance res = new LexoticInstance();
        res.st = tc.gc.Lexotic.st;
        res.target = target;
        return res;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.