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 AstUnaryParser.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.OperatorAstUnary.EMPTYstatic final AstUnary.OperatorAstUnary.NEGstatic final AstUnary.OperatorAstUnary.NOTprivate final AstUnary.OperatorAstUnary.operatorMethods in de.odysseus.el.tree.impl.ast that return AstUnary.OperatorConstructors in de.odysseus.el.tree.impl.ast with parameters of type AstUnary.Operator