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