Class ObjectPathExpression
java.lang.Object
security.whisper.javastix.pattern.expressions.ObjectPathExpression
- All Implemented Interfaces:
PatternExpression
Represents an object path expression in a STIX pattern.
Format: object_type:property_path
-
Nested Class Summary
Nested classes/interfaces inherited from interface security.whisper.javastix.pattern.PatternExpression
PatternExpression.ExpressionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(PatternVisitor<T> visitor) Accept a visitor for pattern traversalgetType()Get the expression typetoString()
-
Constructor Details
-
ObjectPathExpression
-
-
Method Details
-
getObjectType
-
getPropertyPath
-
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
-