Uses of Class
com.evolvedbinary.xpath.parser.ast.KindTest.Kind
-
Packages that use KindTest.Kind Package Description com.evolvedbinary.xpath.parser.ast -
-
Uses of KindTest.Kind in com.evolvedbinary.xpath.parser.ast
Methods in com.evolvedbinary.xpath.parser.ast that return KindTest.Kind Modifier and Type Method Description KindTest.KindKindTest. getKind()static KindTest.KindKindTest.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static KindTest.Kind[]KindTest.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type KindTest.Kind Constructor Description KindTest(KindTest.Kind kind)
-