Class CompoundExpression
java.lang.Object
security.whisper.javastix.pattern.expressions.CompoundExpression
- All Implemented Interfaces:
PatternExpression
Represents a compound expression in a STIX pattern (AND/OR).
Format: expression AND/OR expression
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface security.whisper.javastix.pattern.PatternExpression
PatternExpression.ExpressionType -
Constructor Summary
ConstructorsConstructorDescriptionCompoundExpression(CompoundExpression.Operator operator, PatternExpression left, PatternExpression right) -
Method Summary
-
Constructor Details
-
CompoundExpression
public CompoundExpression(CompoundExpression.Operator operator, PatternExpression left, PatternExpression right)
-
-
Method Details
-
getOperator
-
getLeft
-
getRight
-
accept
Description copied from interface:PatternExpressionAccept a visitor for pattern traversal- Specified by:
acceptin interfacePatternExpression
-
getType
Description copied from interface:PatternExpressionGet the expression type- Specified by:
getTypein interfacePatternExpression
-
toString
-