Class StixPatternParser
java.lang.Object
security.whisper.javastix.pattern.StixPatternParser
Parser for STIX pattern strings.
This is a simplified parser that handles basic STIX pattern syntax.
Full ANTLR-based parsing would be required for complete STIX pattern support.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StixPatternParse a STIX pattern string into a StixPattern object
-
Constructor Details
-
StixPatternParser
public StixPatternParser()
-
-
Method Details
-
parse
Parse a STIX pattern string into a StixPattern object
-