Package de.hsh.graja.util.comment.event
Class CompositeCondition
java.lang.Object
de.hsh.graja.util.comment.event.CompositeCondition
- All Implemented Interfaces:
Condition
,Serializable
- Direct Known Subclasses:
AndCondition
,OrCondition
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeCondition
(CompositeCondition.Operator operator, Condition... operands) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOperand
(Condition operand) boolean
isEmpty()
void
renderHtml
(StringBuilder appender, RenderContext ctx)
-
Constructor Details
-
CompositeCondition
-
-
Method Details
-
addOperand
-
isEmpty
public boolean isEmpty() -
renderHtml
- Specified by:
renderHtml
in interfaceCondition
-