Class LiteralExpression
java.lang.Object
security.whisper.javastix.pattern.expressions.LiteralExpression
- All Implemented Interfaces:
PatternExpression
Represents a literal value expression in a STIX pattern.
-
Nested Class Summary
Nested ClassesNested 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 typegetValue()toString()
-
Constructor Details
-
LiteralExpression
-
-
Method Details
-
getValue
-
getLiteralType
-
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
-