Uses of Enum Class
de.grogra.xl.compiler.xl16u.XL16UTypedAstNode.Kind
Packages that use XL16UTypedAstNode.Kind
-
Uses of XL16UTypedAstNode.Kind in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UTypedAstNode.KindModifier and TypeMethodDescriptionXL16UTypedAstNode.getKind()static XL16UTypedAstNode.KindReturns the enum constant of this class with the specified name.static XL16UTypedAstNode.Kind[]XL16UTypedAstNode.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 XL16UTypedAstNode.KindModifier and TypeMethodDescriptionintXL16UTypedAst.countKind(XL16UTypedAstNode.Kind kind) XL16UTypedAst.getNodesOfKind(XL16UTypedAstNode.Kind kind) static XL16UTypedAstNodeXL16UTypedAstNode.of(XL16UTypedAstNode.Kind kind, String name, XL16UOffsetRange range, String sourceText, XL16USymbolMetadata symbolMetadata, XL16UCallableSignature callableSignature, XL16UAliasDefinition aliasDefinition, XL16UTypedAstDetail detail)