Package com.strobel.expressions
Class StackSpiller.Result
- java.lang.Object
-
- com.strobel.expressions.StackSpiller.Result
-
- Enclosing class:
- StackSpiller
private static class StackSpiller.Result extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private StackSpiller.RewriteAction
Action
private Expression
Node
-
Constructor Summary
Constructors Constructor Description Result(StackSpiller.RewriteAction action, Expression node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackSpiller.RewriteAction
getAction()
Expression
getNode()
-
-
-
Field Detail
-
Action
private final StackSpiller.RewriteAction Action
-
Node
private final Expression Node
-
-
Constructor Detail
-
Result
Result(StackSpiller.RewriteAction action, Expression node)
-
-
Method Detail
-
getAction
public StackSpiller.RewriteAction getAction()
-
getNode
public Expression getNode()
-
-