Class OrExpression
- java.lang.Object
-
- org.yamcs.ui.packetviewer.filter.ast.OrExpression
-
-
Constructor Summary
Constructors Constructor Description OrExpression(List<AndExpression> clauses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AndExpression>getClauses()StringtoString(String indent)
-
-
-
Constructor Detail
-
OrExpression
public OrExpression(List<AndExpression> clauses)
-
-