Uses of Class
de.serra.graph_walker.GraphWalkerStackFrame
-
Uses of GraphWalkerStackFrame in de.serra.graph_walker
Methods in de.serra.graph_walker that return GraphWalkerStackFrameModifier and TypeMethodDescriptionprotected GraphWalkerStackFrame<?> GraphWalk.currentStackFrame()Returns the current stack frame.protected GraphWalkerStackFrame<?> GraphWalk.relativeFromCurrent(int offset) Returns a stack frame relative to the current one.Methods in de.serra.graph_walker with parameters of type GraphWalkerStackFrameModifier and TypeMethodDescriptionprotected voidGraphWalk.pushOnStack(GraphWalkerStackFrame<?> statestackFrame) Adds a new stack frame on top of the stack.