![JAR search and dependency download from the Maven repository](/logo.png)
pl.touk.nussknacker.engine.spel.parser.ExpressionWithPosition.scala Maven / Gradle / Ivy
package pl.touk.nussknacker.engine.spel.parser
import org.springframework.expression.Expression
case class ExpressionWithPosition(expression: Expression, start: Int, end: Int)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy