Uses of Enum
de.serra.graph_walker.GraphWalkerStackFrame.State
-
Uses of GraphWalkerStackFrame.State in de.serra.graph_walker
Methods in de.serra.graph_walker that return GraphWalkerStackFrame.StateModifier and TypeMethodDescriptionGraphWalkerStackFrame.state()The state decides which method to use for dispatching to the correct method.static GraphWalkerStackFrame.StateReturns the enum constant of this type with the specified name.static GraphWalkerStackFrame.State[]GraphWalkerStackFrame.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.serra.graph_walker with parameters of type GraphWalkerStackFrame.StateModifierConstructorDescriptionGraphWalkerStackFrame(GraphWalkerStackFrame.State state, V value) Constructs.