Uses of Enum Class
com.strobel.expressions.StackSpiller.RewriteAction
Packages that use StackSpiller.RewriteAction
-
Uses of StackSpiller.RewriteAction in com.strobel.expressions
Fields in com.strobel.expressions declared as StackSpiller.RewriteActionModifier and TypeFieldDescriptionprivate StackSpiller.RewriteAction
StackSpiller.ChildRewriter._action
private StackSpiller.RewriteAction
StackSpiller._lambdaRewrite
Lambda rewrite result.private final StackSpiller.RewriteAction
StackSpiller.Result.Action
Methods in com.strobel.expressions that return StackSpiller.RewriteActionModifier and TypeMethodDescription(package private) StackSpiller.RewriteAction
StackSpiller.ChildRewriter.getAction()
StackSpiller.Result.getAction()
StackSpiller.RewriteAction.or
(StackSpiller.RewriteAction action) static StackSpiller.RewriteAction
Returns 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)