data class GrammarElement
<init>
GrammarElement(type: Type, precedence: Int = 0, evaluate: (JexlValue, JexlValue) -> JexlValue = null)
evaluate
val evaluate: (JexlValue, JexlValue) -> JexlValue
precedence
val precedence: Int
type
val type: Type