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

com.hubspot.jinjava.tree.parse.UnclosedToken Maven / Gradle / Ivy

There is a newer version: 2.7.4
Show newest version
package com.hubspot.jinjava.tree.parse;

public class UnclosedToken extends TextToken {

  public UnclosedToken(
    String image,
    int lineNumber,
    int startPosition,
    TokenScannerSymbols symbols
  ) {
    super(image, lineNumber, startPosition, symbols);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy