Uses of Interface
dev.civl.abc.ast.node.IF.type.DomainTypeNode
Packages that use DomainTypeNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of DomainTypeNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return DomainTypeNodeModifier and TypeMethodDescriptionNodeFactory.newDomainTypeNode(Source source) Returns a new instance of domain type node, with no dimension specified; this is the CIVL-C type$domain.NodeFactory.newDomainTypeNode(Source source, ExpressionNode dimension) Returns a new instance of the domain type node with given integer dimension; this is the CIVL-C type$domain(n), wherenis the domain dimension.