Package com.qspin.qtaste.debug

Examples of com.qspin.qtaste.debug.BreakPointScript


    public BreakPointScript getBreakpointScript() {
        return mBreakpointScript;
    }

    public void setFileName(String fileName) {
        mBreakpointScript = new BreakPointScript(this.getDocument());
        mBreakpointScript.setFileName(fileName);
        this.fileName = fileName;
    }
View Full Code Here

TOP

Related Classes of com.qspin.qtaste.debug.BreakPointScript

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.