android-components / mozilla.components.lib.jexl.grammar / Grammar

Grammar

class Grammar (source)

Grammar of the JEXL language.

Note that changes here may require a change in the Lexer or Parser.

Constructors

<init>

Grammar()

Grammar of the JEXL language.

Properties

elements

val elements: Map<String, GrammarElement>