Class ComparisonExpression
java.lang.Object
security.whisper.javastix.pattern.expressions.ComparisonExpression
- All Implemented Interfaces:
PatternExpression
Represents a comparison expression in a STIX pattern.
Format: object_path operator value
-
Nested Class Summary
Nested classes/interfaces inherited from interface security.whisper.javastix.pattern.PatternExpression
PatternExpression.ExpressionType -
Constructor Summary
ConstructorsConstructorDescriptionComparisonExpression(PatternExpression left, String operator, PatternExpression right) -
Method Summary
-
Constructor Details
-
ComparisonExpression
-
-
Method Details
-
getLeft
-
getOperator
-
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
-