Uses of Enum Class
com.strobel.expressions.StackSpiller.Stack
Packages that use StackSpiller.Stack
-
Uses of StackSpiller.Stack in com.strobel.expressions
Subclasses with type arguments of type StackSpiller.Stack in com.strobel.expressionsModifier and TypeClassDescriptionprivate static enum/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Fields in com.strobel.expressions declared as StackSpiller.StackModifier and TypeFieldDescriptionprivate StackSpiller.StackStackSpiller.ChildRewriter._stackprivate final StackSpiller.StackStackSpiller._startingStackInitial stack state.Methods in com.strobel.expressions that return StackSpiller.StackModifier and TypeMethodDescriptionstatic StackSpiller.StackReturns the enum constant of this class with the specified name.static StackSpiller.Stack[]StackSpiller.Stack.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.StackModifier and TypeMethodDescriptionprivate StackSpiller.ResultStackSpiller.rewriteAssignBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteBlockExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteConditionalExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExpression(Expression node, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExpressionFreeTemps(Expression expression, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExtensionAssignment(BinaryExpression node, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExtensionExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteGotoExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteInvocationExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLabelExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLambdaExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLogicalBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLoopExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteMemberAssignment(BinaryExpression node, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteMemberExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteMethodCallExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteNewArrayExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteNewExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteReducibleExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteSwitchExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteThrowUnaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteTryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteTypeBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteUnaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteVariableAssignment(BinaryExpression node, StackSpiller.Stack stack) Constructors in com.strobel.expressions with parameters of type StackSpiller.StackModifierConstructorDescription(package private)ChildRewriter(StackSpiller.Stack stack, int count) privateStackSpiller(StackSpiller.Stack stack)