![JAR search and dependency download from the Maven repository](/logo.png)
com.hubspot.jinjava.tree.parse.UnclosedToken Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jinjava Show documentation
Show all versions of jinjava Show documentation
Jinja templating engine implemented in Java
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