public interface ExpressionResultCacheForEnumerationMethod
Modifier and Type | Method and Description |
---|---|
ExpressionResultCacheEntryLongArrayAndObj |
getEnumerationMethodLastValue(Object node) |
Deque<ExpressionResultCacheStackEntry> |
getStack() |
void |
popContext() |
boolean |
popLambda() |
void |
pushContext(long contextNumber) |
void |
pushStack(ExpressionResultCacheStackEntry lambda) |
void |
saveEnumerationMethodLastValue(Object node,
Object result) |
void pushStack(ExpressionResultCacheStackEntry lambda)
boolean popLambda()
Deque<ExpressionResultCacheStackEntry> getStack()
ExpressionResultCacheEntryLongArrayAndObj getEnumerationMethodLastValue(Object node)
void pushContext(long contextNumber)
void popContext()