Uses of Enum Class
com.strobel.expressions.StackSpiller.RewriteAction
Packages that use StackSpiller.RewriteAction
-
Uses of StackSpiller.RewriteAction in com.strobel.expressions
Subclasses with type arguments of type StackSpiller.RewriteAction in com.strobel.expressionsFields in com.strobel.expressions declared as StackSpiller.RewriteActionModifier and TypeFieldDescriptionprivate StackSpiller.RewriteActionStackSpiller.ChildRewriter._actionprivate StackSpiller.RewriteActionStackSpiller._lambdaRewriteLambda rewrite result.private final StackSpiller.RewriteActionStackSpiller.Result.ActionMethods in com.strobel.expressions that return StackSpiller.RewriteActionModifier and TypeMethodDescription(package private) StackSpiller.RewriteActionStackSpiller.ChildRewriter.getAction()StackSpiller.Result.getAction()StackSpiller.RewriteAction.or(StackSpiller.RewriteAction action) static StackSpiller.RewriteActionReturns the enum constant of this class with the specified name.static StackSpiller.RewriteAction[]StackSpiller.RewriteAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.expressions with parameters of type StackSpiller.RewriteActionModifier and TypeMethodDescriptionStackSpiller.RewriteAction.or(StackSpiller.RewriteAction action) Constructors in com.strobel.expressions with parameters of type StackSpiller.RewriteActionModifierConstructorDescription(package private)Result(StackSpiller.RewriteAction action, Expression node)