org.extex.interpreter.context
Interface ContextErrorCount

All Known Subinterfaces:
Context, ContextInternals
All Known Implementing Classes:
ContextExtensionImpl, ContextImpl

public interface ContextErrorCount

This interface describes the capabilities of the context to store and retrieve the error count.

Version:
$Revision$
Author:
Gerd Neugebauer

Method Summary
 int getErrorCount()
          Getter for the error count.
 int incrementErrorCount()
          Increment the error count by 1.
 

Method Detail

getErrorCount

int getErrorCount()
Getter for the error count.

Returns:
the current value of the number of errors
See Also:
incrementErrorCount()

incrementErrorCount

int incrementErrorCount()
Increment the error count by 1.

Returns:
the new value of the error count
See Also:
getErrorCount()