Uses of Interface
de.odysseus.el.tree.impl.ast.AstUnary.Operator
-
Packages that use AstUnary.Operator Package Description de.odysseus.el.tree.impl de.odysseus.el.tree.impl.ast -
-
Uses of AstUnary.Operator in de.odysseus.el.tree.impl
Methods in de.odysseus.el.tree.impl with parameters of type AstUnary.Operator Modifier and Type Method Description protected AstUnary
Parser. createAstUnary(AstNode child, AstUnary.Operator operator)
-
Uses of AstUnary.Operator in de.odysseus.el.tree.impl.ast
Classes in de.odysseus.el.tree.impl.ast that implement AstUnary.Operator Modifier and Type Class Description static class
AstUnary.SimpleOperator
Fields in de.odysseus.el.tree.impl.ast declared as AstUnary.Operator Modifier and Type Field Description static AstUnary.Operator
AstUnary. EMPTY
static AstUnary.Operator
AstUnary. NEG
static AstUnary.Operator
AstUnary. NOT
private AstUnary.Operator
AstUnary. operator
Methods in de.odysseus.el.tree.impl.ast that return AstUnary.Operator Modifier and Type Method Description AstUnary.Operator
AstUnary. getOperator()
Constructors in de.odysseus.el.tree.impl.ast with parameters of type AstUnary.Operator Constructor Description AstUnary(AstNode child, AstUnary.Operator operator)
-