Package org.nuxeo.ecm.webengine.security
Class PostfixExpression
java.lang.Object
org.nuxeo.ecm.webengine.security.PostfixExpression
- All Implemented Interfaces:
Iterable<PostfixExpression.Token>
- Author:
- Bogdan Stefanescu
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static interface
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioniterator()
protected void
toString()
visit
(PostfixExpression.Visitor visitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
ARG
public static final int ARG- See Also:
-
NOT
public static final int NOT- See Also:
-
AND
public static final int AND- See Also:
-
OR
public static final int OR- See Also:
-
PARA
public static final int PARA- See Also:
-
LPARA
public static final int LPARA- See Also:
-
RPARA
public static final int RPARA- See Also:
-
expr
-
-
Constructor Details
-
PostfixExpression
- Throws:
ParseException
-
-
Method Details
-
getExpression
-
iterator
- Specified by:
iterator
in interfaceIterable<PostfixExpression.Token>
-
visit
-
toString
-
parse
- Throws:
ParseException
-