Uses of Class
com.github.fridujo.glacio.model.Keyword.Type
-
Packages that use Keyword.Type Package Description com.github.fridujo.glacio.model -
-
Uses of Keyword.Type in com.github.fridujo.glacio.model
Methods in com.github.fridujo.glacio.model that return Keyword.Type Modifier and Type Method Description Keyword.TypeKeyword. getType()static Keyword.TypeKeyword.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Keyword.Type[]Keyword.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.fridujo.glacio.model with parameters of type Keyword.Type Constructor Description Keyword(String literal, Keyword.Type type)
-