[source]

Class uvm_component_name_check_visitor

uvm_pkg::uvm_component_name_check_visitor + begin_v(): void + end_v(): void + get_name_constraint(): string + visit(): void

Inheritance Diagram of uvm_component_name_check_visitor

Constructors

function new ( string name ) [source]

Functions

virtual function string get_name_constraint ( ) [source]

This method should return a regex for what is being considered a valid/good component name. The visitor will check all component names using this regex and report failing names

virtual function void visit ( uvm_component node ) [source]

virtual function void begin_v ( ) [source]

virtual function void end_v ( ) [source]