All Downloads are FREE. Search and download functionalities are using the official Maven repository.

editor.IParseExceptionResolver Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package editor;

import gw.lang.parser.exceptions.ParseException;

/**
 */
public interface IParseExceptionResolver
{
  public void setGosuEditor( GosuEditor gsEditor );

  public GosuEditor getGosuEditor();

  public boolean canResolve( ParseException e );

  public void resolve( ParseException e );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy