Uses of Enum Class
net.thevpc.naru.api.stmt.NaruStatement.Type
Packages that use NaruStatement.Type
-
Uses of NaruStatement.Type in net.thevpc.naru.api.stmt
Fields in net.thevpc.naru.api.stmt declared as NaruStatement.TypeMethods in net.thevpc.naru.api.stmt that return NaruStatement.TypeModifier and TypeMethodDescriptionstatic NaruStatement.TypeReturns the enum constant of this class with the specified name.static NaruStatement.Type[]NaruStatement.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.thevpc.naru.api.stmt with parameters of type NaruStatement.TypeModifierConstructorDescriptionNaruStatement(NaruStatement.Type type, net.thevpc.nuts.elem.NElement element)