Uses of Class
de.grogra.xl.compiler.xl16u.XL16UTypedAst
Packages that use XL16UTypedAst
-
Uses of XL16UTypedAst in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UTypedAstModifier and TypeMethodDescriptionstatic XL16UTypedAstXL16UTypedAst.empty()XL16UTypedAstSemanticOwners.getTypedAst()static XL16UTypedAstXL16UTypedAst.of(List<XL16UTypedAstNode> nodes) Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UTypedAstModifier and TypeMethodDescriptionstatic XL16UTypedAstSemanticOwnersXL16UTypedAstSemanticOwners.fromTypedAst(XL16UTypedAst typedAst) -
Uses of XL16UTypedAst in de.grogra.xl.compiler.xl16u.antlr
Methods in de.grogra.xl.compiler.xl16u.antlr that return XL16UTypedAstModifier and TypeMethodDescriptionXL16UAntlrParserFacade.ParseResult.getOwnedTypedAst()XL16UAntlrParserFacade.TypedAst.toOwnedAst()