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

GrammarElement

data class GrammarElement (source)

Constructors

<init>

GrammarElement(type: Type, precedence: Int = 0, evaluate: (JexlValue, JexlValue) -> JexlValue = null)

Properties

evaluate

val evaluate: (JexlValue, JexlValue) -> JexlValue

precedence

val precedence: Int

type

val type: Type