analyzeConstructor

Analyze the node for actionable data.

analyzeConstructor
@safe
(
const(Constructor) v
,
ref Container container
,
in uint indent
)

Parameters

v
Type: const(Constructor)

node

container
Type: Container

container to store the type in

indent
Type: uint

to use when logging

Return Value

Type: auto

analyzed data.

Meta