Uses of Class
org.yecht.KindTag
-
Packages that use KindTag Package Description org.yecht -
-
Uses of KindTag in org.yecht
Fields in org.yecht declared as KindTag Modifier and Type Field Description KindTag
Node. kind
Methods in org.yecht that return KindTag Modifier and Type Method Description static KindTag
KindTag. valueOf(String name)
Returns the enum constant of this type with the specified name.static KindTag[]
KindTag. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-