Uses of Enum Class
de.grogra.xl.compiler.xl16u.XL16UQueryPatternElementIr.Kind
Packages that use XL16UQueryPatternElementIr.Kind
-
Uses of XL16UQueryPatternElementIr.Kind in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UQueryPatternElementIr.KindModifier and TypeMethodDescriptionXL16UQueryPatternElementIr.getKind()Returns the enum constant of this class with the specified name.static XL16UQueryPatternElementIr.Kind[]XL16UQueryPatternElementIr.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UQueryPatternElementIr.KindModifier and TypeMethodDescriptionintXL16UQueryExpressionIr.countPatternElements(XL16UQueryPatternElementIr.Kind kind) intXL16UQueryIr.countPatternElements(XL16UQueryPatternElementIr.Kind kind) booleanXL16UQueryExpressionIr.hasPatternElements(XL16UQueryPatternElementIr.Kind kind) booleanXL16UQueryIr.hasPatternElements(XL16UQueryPatternElementIr.Kind kind) static XL16UQueryPatternElementIrXL16UQueryPatternElementIr.of(XL16UQueryPatternElementIr.Kind kind, XL16UOffsetRange range, String sourceText, String name, String secondaryText, int childCount)