Package org.eclipse.jdt.internal.debug.eval.ast.engine

Examples of org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine


   *            the Java debug target in which expressions are to be evaluated
   * @return an evaluation engine
   */
  public static IAstEvaluationEngine newAstEvaluationEngine(
      IJavaProject project, IJavaDebugTarget target) {
    return new ASTEvaluationEngine(project, target);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine

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.