Uses of Enum
security.whisper.javastix.pattern.expressions.CompoundExpression.Operator
Packages that use CompoundExpression.Operator
-
Uses of CompoundExpression.Operator in security.whisper.javastix.pattern.expressions
Methods in security.whisper.javastix.pattern.expressions that return CompoundExpression.OperatorModifier and TypeMethodDescriptionCompoundExpression.getOperator()static CompoundExpression.OperatorReturns the enum constant of this type with the specified name.static CompoundExpression.Operator[]CompoundExpression.Operator.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 CompoundExpression.OperatorModifierConstructorDescriptionCompoundExpression(CompoundExpression.Operator operator, PatternExpression left, PatternExpression right)