GraphBuilder.loadModule

Loads all modules recursively and builds the graph at the same time.

class GraphBuilder
loadModule

Parameters

moduleFQNPath
Type: cstring

The path version of the module FQN.
E.g.: FQN = dil.ast.Node -> FQNPath = dil/ast/Node

Meta