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.RewriteAction
StackSpiller.ChildRewriter. _action
private StackSpiller.RewriteAction
StackSpiller. _lambdaRewrite
Lambda rewrite result.private StackSpiller.RewriteAction
StackSpiller.Result. Action
Methods in com.strobel.expressions that return StackSpiller.RewriteAction Modifier and Type Method Description (package private) StackSpiller.RewriteAction
StackSpiller.ChildRewriter. getAction()
StackSpiller.RewriteAction
StackSpiller.Result. getAction()
StackSpiller.RewriteAction
StackSpiller.RewriteAction. or(StackSpiller.RewriteAction action)
static StackSpiller.RewriteAction
StackSpiller.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.RewriteAction
StackSpiller.RewriteAction. or(StackSpiller.RewriteAction action)
Constructors in com.strobel.expressions with parameters of type StackSpiller.RewriteAction Constructor Description Result(StackSpiller.RewriteAction action, Expression node)
-