uvm_scope_stack Class Reference

Inheritance diagram for class uvm_scope_stack:

List of all members.



Public Member Functions

function int  depth ( )
function void  down ( string s )
function void  down_element ( int element )
function string  get ( )
function string  get_arg ( )
function void  set ( string s )
function void  set_arg ( string arg )
function void  set_arg_element ( string arg, int ele )
function void  unset_arg ( string arg )
function void  up ( byte separator = "." )
function void  up_element ( )

Public Attributes


Member Function Documentation

  function int
 uvm_scope_stack::depth

 (   ) 

  function void
 uvm_scope_stack::down

 (  string s  ) 

  function void
 uvm_scope_stack::down_element

 (  int element  ) 

  function string
 uvm_scope_stack::get

 (   ) 

  function string
 uvm_scope_stack::get_arg

 (   ) 

  function void
 uvm_scope_stack::set

 (  string s  ) 

  function void
 uvm_scope_stack::set_arg

 (  string arg  ) 

  function void
 uvm_scope_stack::set_arg_element

 (  string arg , int ele  ) 

  function void
 uvm_scope_stack::unset_arg

 (  string arg  ) 

  function void
 uvm_scope_stack::up

 (  byte separator = "."  ) 

  function void
 uvm_scope_stack::up_element

 (   ) 


Member Attribute Documentation