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 TypeMethodDescriptionvoidaddOperand(Condition operand) booleanisEmpty()voidrenderHtml(StringBuilder appender, RenderContext ctx)
-
Constructor Details
-
CompositeCondition
-
-
Method Details
-
addOperand
-
isEmpty
public boolean isEmpty() -
renderHtml
- Specified by:
renderHtmlin interfaceCondition
-