Uses of Interface
de.odysseus.el.tree.impl.ast.AstUnary.Operator
Packages that use AstUnary.Operator
-
Uses of AstUnary.Operator in de.odysseus.el.tree.impl
Methods in de.odysseus.el.tree.impl with parameters of type AstUnary.OperatorModifier and TypeMethodDescriptionprotected 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.OperatorFields in de.odysseus.el.tree.impl.ast declared as AstUnary.OperatorModifier and TypeFieldDescriptionstatic final AstUnary.Operator
AstUnary.EMPTY
static final AstUnary.Operator
AstUnary.NEG
static final AstUnary.Operator
AstUnary.NOT
private final AstUnary.Operator
AstUnary.operator
Methods in de.odysseus.el.tree.impl.ast that return AstUnary.OperatorConstructors in de.odysseus.el.tree.impl.ast with parameters of type AstUnary.Operator