Uses of Class
com.strobel.expressions.StackSpiller.RewriteAction
-
Packages that use StackSpiller.RewriteAction Package Description com.strobel.expressions -
-
Uses of StackSpiller.RewriteAction in com.strobel.expressions
Fields in com.strobel.expressions declared as StackSpiller.RewriteAction Modifier and Type Field Description private StackSpiller.RewriteActionStackSpiller.ChildRewriter. _actionprivate StackSpiller.RewriteActionStackSpiller. _lambdaRewriteLambda rewrite result.private StackSpiller.RewriteActionStackSpiller.Result. ActionMethods in com.strobel.expressions that return StackSpiller.RewriteAction Modifier and Type Method Description (package private) StackSpiller.RewriteActionStackSpiller.ChildRewriter. getAction()StackSpiller.RewriteActionStackSpiller.Result. getAction()StackSpiller.RewriteActionStackSpiller.RewriteAction. or(StackSpiller.RewriteAction action)static StackSpiller.RewriteActionStackSpiller.RewriteAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StackSpiller.RewriteAction[]StackSpiller.RewriteAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.expressions with parameters of type StackSpiller.RewriteAction Modifier and Type Method Description StackSpiller.RewriteActionStackSpiller.RewriteAction. or(StackSpiller.RewriteAction action)Constructors in com.strobel.expressions with parameters of type StackSpiller.RewriteAction Constructor Description Result(StackSpiller.RewriteAction action, Expression node)
-