Class ELIdentifiers

java.lang.Object
io.micronaut.el.parser.ELIdentifiers

@Internal public final class ELIdentifiers extends Object
Finds identifiers whose variable-mapper bindings are fixed when an expression is created.
  • Method Details

    • free

      public static Set<String> free(ELNode node)
      Finds the free identifiers of a parsed expression.
      Parameters:
      node - The parsed expression
      Returns:
      The free identifier names in encounter order