Uses of Enum Class
com.google.javascript.jscomp.parsing.parser.trees.FunctionDeclarationTree.Kind
Packages that use FunctionDeclarationTree.Kind
-
Uses of FunctionDeclarationTree.Kind in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees declared as FunctionDeclarationTree.KindMethods in com.google.javascript.jscomp.parsing.parser.trees that return FunctionDeclarationTree.KindModifier and TypeMethodDescriptionstatic FunctionDeclarationTree.KindReturns the enum constant of this class with the specified name.static FunctionDeclarationTree.Kind[]FunctionDeclarationTree.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp.parsing.parser.trees with parameters of type FunctionDeclarationTree.KindModifier and TypeMethodDescriptionFunctionDeclarationTree.builder(FunctionDeclarationTree.Kind kind)