Uses of Enum
security.whisper.javastix.pattern.expressions.LiteralExpression.LiteralType
Packages that use LiteralExpression.LiteralType
-
Uses of LiteralExpression.LiteralType in security.whisper.javastix.pattern.expressions
Methods in security.whisper.javastix.pattern.expressions that return LiteralExpression.LiteralTypeModifier and TypeMethodDescriptionLiteralExpression.getLiteralType()Returns the enum constant of this type with the specified name.static LiteralExpression.LiteralType[]LiteralExpression.LiteralType.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 LiteralExpression.LiteralTypeModifierConstructorDescriptionLiteralExpression(String value, LiteralExpression.LiteralType literalType)