Package com.offbytwo.iclojure.handlers

Examples of com.offbytwo.iclojure.handlers.DescribeJavaObjectHandler


        this.reader = reader;
        this.inputNumber = 0;

        this.writer = new ConsoleOutputStreamWriter(reader);
        this.describeHandler = new DescribeJavaObjectHandler(reader);

        createNecessaryThreadBindings();
        createUserNamespace();

        this.pst = var("clj-stacktrace.repl", "pst");
View Full Code Here

TOP

Related Classes of com.offbytwo.iclojure.handlers.DescribeJavaObjectHandler

Copyright © 2018 www.massapicom. 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.