public abstract class EntityExpression
extends java.lang.Object
EntityExpression can either be an
AtomicEntityExpression or a ComplexEntityExpression.
This class is used for the object-based representations of OrgPolicies created by the parser.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format()
Formats this object-based representation of an entity expression to a
(policy) string.
|
abstract void |
format(java.lang.StringBuilder s)
Formats this object-based representation of an entity expression to a
(policy) string.
|
public java.lang.String format()
public abstract void format(java.lang.StringBuilder s)
StringBuilder.s - the StringBuilder to which the result is appended