Class: ParseC::FunCall
- Inherits:
-
Object
- Object
- ParseC::FunCall
- Defined in:
- lib/parsec.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Func name.
Instance Method Summary collapse
-
#initialize(name) ⇒ FunCall
constructor
A new instance of FunCall.
Constructor Details
#initialize(name) ⇒ FunCall
Returns a new instance of FunCall.
306 307 308 |
# File 'lib/parsec.rb', line 306 def initialize( name ) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Func name.
304 305 306 |
# File 'lib/parsec.rb', line 304 def name @name end |