Packages

package parser

Type Members

  1. case class ExpressionWithPosition(expression: Expression, start: Int, end: Int) extends Product with Serializable
  2. class NuTemplateAwareExpressionParser extends AnyRef

    ATTENTION This class is copy-pasted from Spring with some slight modification - to also return position of parsed expressions.

    ATTENTION This class is copy-pasted from Spring with some slight modification - to also return position of parsed expressions. Start and end positions are needed for expression suggestions - see SpelExpressionSuggester class. /

    /** An expression parser that understands templates. It can be subclassed by expression parsers that do not offer first class support for templating.

    Since

    3.0

Ungrouped