Uses of Enum Class
com.google.javascript.jscomp.ControlFlowGraph.Branch
Packages that use ControlFlowGraph.Branch
-
Uses of ControlFlowGraph.Branch in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ControlFlowGraph.BranchModifier and TypeMethodDescriptionstatic ControlFlowGraph.BranchReturns the enum constant of this class with the specified name.static ControlFlowGraph.Branch[]ControlFlowGraph.Branch.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp that return types with arguments of type ControlFlowGraph.BranchModifier and TypeMethodDescriptionControlFlowGraph.getEntry()Gets the entry point of the control flow graph.ControlFlowGraph.getImplicitReturn()Gets the implicit return node.ControlFlowGraph.getOptionalNodeComparator(boolean isForward) Gets a comparator for the nodes.Method parameters in com.google.javascript.jscomp with type arguments of type ControlFlowGraph.BranchModifier and TypeMethodDescriptionbooleanControlFlowGraph.isImplicitReturn(DiGraph.DiGraphNode<N, ControlFlowGraph.Branch> node) Checks whether node is the implicit return.