A regular compilation unit
that contains every node type that can be a direct child of a
regular compilation unit, i. e. all of ceylon.ast
except for
some types that are only used in module or package descriptors.
completeCompilationUnit
Values | |
completeCompilationUnit | Source Codeshared CompilationUnit completeCompilationUnit A compilation unit node containing every AST node that can be a child of a regular compilation unit (that is, all nodes except those exclusively for module or package descriptors). If you’re looking at its source code: This is not how you should write your nodes.
This node’s original purpose was to test Its main use is to test |