Uses of Class
de.jplag.Token

  • Uses of Token in de.jplag

    Methods in de.jplag that return Token
    Modifier and Type
    Method
    Description
    static Token
    Token.fileEnd(File file)
    Creates a token of type FILE_END without information about line, column, and length.
    Methods in de.jplag that return types with arguments of type Token
    Modifier and Type
    Method
    Description
    Language.parse(Set<File> files)
    Parses a set of files.
    Method parameters in de.jplag with type arguments of type Token
    Modifier and Type
    Method
    Description
    static String
    TokenPrinter.printTokens(List<Token> tokens, File rootDirectory)
    Creates a string representation of a set of files line by line and adds the tokens under the lines.
    static String
    TokenPrinter.printTokens(List<Token> tokenList, File rootDirectory, Optional<String> suffix)
    Creates a string representation of a collection of files line by line and adds the tokens under the lines.