Method: VerilogTools::AST#type
- Defined in:
- lib/HDLRuby/verilog_parser.rb
#type ⇒ Object (readonly)
The type of AST node (should be the name of the syntax rule).
36 37 38 |
# File 'lib/HDLRuby/verilog_parser.rb', line 36 def type @type end |