Uses of Enum
org.wildfly.common.expression.Expression.Flag
Packages that use Expression.Flag
-
Uses of Expression.Flag in org.wildfly.common.expression
Methods in org.wildfly.common.expression that return Expression.FlagModifier and TypeMethodDescriptionstatic Expression.FlagReturns the enum constant of this type with the specified name.static Expression.Flag[]Expression.Flag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.common.expression with parameters of type Expression.FlagModifier and TypeMethodDescriptionstatic ExpressionExpression.compile(String string, Expression.Flag... flags) Compile an expression string.Method parameters in org.wildfly.common.expression with type arguments of type Expression.FlagModifier and TypeMethodDescriptionstatic ExpressionExpression.compile(String string, EnumSet<Expression.Flag> flags) Compile an expression string.