Uses of Enum
security.whisper.javastix.pattern.expressions.QualifiedExpression.Qualifier
Packages that use QualifiedExpression.Qualifier
-
Uses of QualifiedExpression.Qualifier in security.whisper.javastix.pattern.expressions
Methods in security.whisper.javastix.pattern.expressions that return QualifiedExpression.QualifierModifier and TypeMethodDescriptionQualifiedExpression.getQualifier()Returns the enum constant of this type with the specified name.static QualifiedExpression.Qualifier[]QualifiedExpression.Qualifier.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in security.whisper.javastix.pattern.expressions with parameters of type QualifiedExpression.QualifierModifierConstructorDescriptionQualifiedExpression(PatternExpression observation, QualifiedExpression.Qualifier qualifier, String qualifierValue)