Uses of Class
de.grogra.xl.compiler.xl16u.XL16UTypedAstDetail
Packages that use XL16UTypedAstDetail
-
Uses of XL16UTypedAstDetail in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UTypedAstDetailModifier and TypeMethodDescriptionstatic XL16UTypedAstDetailXL16UTypedAstDetail.empty()XL16UTypedAstNode.getDetail()static XL16UTypedAstDetailXL16UTypedAstDetail.of(String category, String primaryText, String secondaryText, String tertiaryText, List<String> modifiers, int count, boolean flag, boolean secondaryFlag) Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UTypedAstDetailModifier and TypeMethodDescriptionstatic XL16UTypedAstNodeXL16UTypedAstNode.of(XL16UTypedAstNode.Kind kind, String name, XL16UOffsetRange range, String sourceText, XL16USymbolMetadata symbolMetadata, XL16UCallableSignature callableSignature, XL16UAliasDefinition aliasDefinition, XL16UTypedAstDetail detail)