Package de.jplag


package de.jplag
  • Class
    Description
    Abstract parser class.
    Common interface for all languages.
    An exception to throw if any error occurred while parsing files in a language frontend.
    Shared token types that occur for any language.
    This class represents a token in a source code.
    Utility class for printing JPlag tokens from a submission.
    Tracing information to locate the corresponding code section of a token.
    Indicates the type of a token.