Package org.eclipse.cdt.dsf.mi.service

Examples of org.eclipse.cdt.dsf.mi.service.IMIExpressions


import org.eclipse.cdt.dsf.service.DsfSession;

public class DebugServicesExtensions {
 
  public IExpressions createExpressionService(DsfSession session) {
    IMIExpressions originialExpressionService = new MIExpressions(session) {
      @Override
      protected MIVariableManager createMIVariableManager() {
        return services_createMIVariableManager(getSession(), getServicesTracker());
      }
    };
View Full Code Here

TOP

Related Classes of org.eclipse.cdt.dsf.mi.service.IMIExpressions

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.