Uses of Class
de.grogra.xl.compiler.xl16u.XL16UTypedAstNode
Packages that use XL16UTypedAstNode
-
Uses of XL16UTypedAstNode in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UTypedAstNodeModifier and TypeMethodDescriptionstatic XL16UTypedAstNodeXL16UTypedAstNode.of(XL16UTypedAstNode.Kind kind, String name, XL16UOffsetRange range, String sourceText, XL16USymbolMetadata symbolMetadata, XL16UCallableSignature callableSignature, XL16UAliasDefinition aliasDefinition, XL16UTypedAstDetail detail) Methods in de.grogra.xl.compiler.xl16u that return types with arguments of type XL16UTypedAstNodeModifier and TypeMethodDescriptionXL16UTypedAstSemanticOwners.getExpressionOwners()XL16UTypedAstSemanticOwners.getGraphOwners()XL16UTypedAstSemanticOwners.getLoweringOwners()XL16UTypedAst.getNodes()XL16UTypedAst.getNodesOfKind(XL16UTypedAstNode.Kind kind) XL16UTypedAstSemanticOwners.getPhysicalValueOwners()XL16UTypedAstSemanticOwners.getSemanticOwners()Method parameters in de.grogra.xl.compiler.xl16u with type arguments of type XL16UTypedAstNodeModifier and TypeMethodDescriptionstatic XL16UTypedAstXL16UTypedAst.of(List<XL16UTypedAstNode> nodes)