Interface ISyntaxErrorMessageProvider.IErrorContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject getCurrentContext()
      Returns the last produced instance or null if the parser did not yet create something.
      INode getCurrentNode()
      Returns the recently produced node or null if the parser did not yet create something.
      java.lang.String getDefaultMessage()
      Provides the default error message as it is produced by the parser.
    • Method Detail

      • getDefaultMessage

        java.lang.String getDefaultMessage()
        Provides the default error message as it is produced by the parser.
        Returns:
        the default message.
      • getCurrentContext

        org.eclipse.emf.ecore.EObject getCurrentContext()
        Returns the last produced instance or null if the parser did not yet create something.
        Returns:
        the current context object or null.
      • getCurrentNode

        INode getCurrentNode()
        Returns the recently produced node or null if the parser did not yet create something.
        Returns:
        the current node or null.