Uses of Enum Class
studio.magemonkey.codex.util.eval.javaluator.Token.Kind
Packages that use Token.Kind
-
Uses of Token.Kind in studio.magemonkey.codex.util.eval.javaluator
Methods in studio.magemonkey.codex.util.eval.javaluator that return Token.KindModifier and TypeMethodDescriptionToken.getKind()static Token.KindReturns the enum constant of this class with the specified name.static Token.Kind[]Token.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in studio.magemonkey.codex.util.eval.javaluator with parameters of type Token.Kind